home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / SOCKET < prev    next >
Text File  |  1991-09-18  |  3KB  |  61 lines

  1. ======                                              NOSview [137]
  2. socket
  3. ======
  4.  
  5. _________________________________________________________________
  6. socket
  7. socket <socket_ref_number>
  8. _________________________________________________________________
  9. Without an argument, the 'socket' command displays all active
  10. local sockets, giving their type, the address of the associated
  11. protocol control block (PCB), remote socket if connected, and the
  12. owner's process ID and name.
  13.  
  14. >> Example of 'socket' display output:
  15. .............................................................
  16. :S#  Type   PCB      Remote socket Owner                    :
  17. :128 Loc St 79d00008               79d90008 cmdintrp        :
  18. :129 Loc St 79cd0008               79d90008 cmdintrp        :
  19. :130 AX25 I 83a70008               81c30008 AX25 listener   :
  20. :131 TCP    83c10008               81990008 Echo listener   :
  21. :132 TCP    83d00008               816f0008 Discard listener:
  22. :133 TCP    83e20008               813f0008 Telnet listener :
  23. :134 TCP    83f40008               810f0008 FTP listener    :
  24. :135 TCP    84060008               80df0008 SMTP listener   :
  25. :136 TCP    84150008               80d10008 Finger listener :
  26. :137 UDP    84270008               821f0008 Remote listener :
  27. :138 TCP    84300008               828f0008 TTYlink listener:
  28. :139 NETROM 84420008               82bf0008 NETROM listener :
  29. :140 Loc St 7d160008               835b0008 more            :
  30. :141 Loc St 7d130008               835b0008 more            :
  31. :142 Loc St 7cea0008               7d340008 ftp             :
  32. :143 Loc St 7ce70008               7d340008 ftp             :
  33. :144 TCP    7d260008 ns9ken:ftp    7d340008 ftp             :
  34. :145 TCP    85c00008 ns9ken:1024   7d1e0008 ftpserv         :
  35. :146 Loc St 84b80008               86560008 finger          :
  36. :147 Loc St 84b50008               86560008 finger          :
  37. :148 TCP    868a0008 ns9bob:finger 86560008 finger          :
  38. :149 Loc St 86670008               84ab0008 telnet          :
  39. :150 Loc St 86640008               84ab0008 telnet          :
  40. :151 TCP    86740008 ns9gwa:telnet 84ab0008 telnet          :
  41. :152 Loc St 86870008               869e0008 bbs             :
  42. :153 Loc St 86840008               869e0008 bbs             :
  43. :154 TCP    86d70008 ns9ken:telnet 869e0008 bbs             :
  44. :155 TCP    86cb0008 ns9ken:1027   86c30008 mbox            :
  45. :...........................................................:
  46.  
  47. To get more detailed information about the status of a particular
  48. socket, you can include the socket reference number <S#> in the
  49. socket command.
  50.  
  51. >> Example:  'socket 154' will produce an output of the form:
  52. ..............................................................
  53. :TCP 86d70008 ascii eol seq: 0d 0a                           :
  54. :Local: ns9ken:1027 Remote: ns9ken:telnet State: Established :
  55. :    Init seq    Unack     Next Re-  CW- Thrsh Wind MSS Q Tot:
  56. :                               sent ind                     :
  57. :Snd:1aa2c000 1aa2c001 1aa2c001   0  216 65535  216 216 0 0  :
  58. :Rcv:1a993000          1a993026   0             216     0 37 :
  59. :Timer stopped SRTT -35 ms Mean dev 25 ms                    :
  60. :............................................................:
  61.